projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106be0c
)
GtkEntryAccessible: Remove unused variable
author
Colin Walters
<walters@verbum.org>
Thu, 16 Aug 2012 14:36:54 +0000
(10:36 -0400)
committer
Colin Walters
<walters@verbum.org>
Thu, 16 Aug 2012 14:37:05 +0000
(10:37 -0400)
gtk/a11y/gtkentryaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtkentryaccessible.c
b/gtk/a11y/gtkentryaccessible.c
index aaadbb59c0beda3b9912ce5d9f5f2da878f41233..d5339e2750acce09419923fb7d7d4cec755c85be 100644
(file)
--- a/
gtk/a11y/gtkentryaccessible.c
+++ b/
gtk/a11y/gtkentryaccessible.c
@@
-214,7
+214,6
@@
gtk_entry_accessible_get_text (AtkText *atk_text,
gint end_pos)
{
GtkWidget *widget;
- gchar *text;
widget = gtk_accessible_get_widget (GTK_ACCESSIBLE (atk_text));
if (widget == NULL)